ModifyIpv6GatewaySpec
Description
call the ModifyIpv6GatewaySpec interface to modify the specification of IPv6 gateway.
Request Method
POST
Request Path
/apsara/route/Vpc/ModifyIpv6GatewaySpec
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Ipv6GatewayId | BODY | string | Yes | ipv6gw-123456nhmj**** | IPv6 gateway ID. |
RegionId | BODY | string | Yes | cn-huhehaote | the region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface. |
Spec | BODY | string | Yes | Middle | specification of IPv6 gateway, value: Small(default): free version. Middle: enterprise edition. Large: enterprise enhanced version. |
ClientToken | BODY | string | No | 123456 | client token to ensure the idempotence of the request. the parameter value is generated by the client, which must be unique between different requests and the maximum value does not exceed 64 ASCII characters. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75 | request ID. |
Example
Successful Response example
{
"RequestId":"9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}